DecryptV3Data(Byte[],Byte[]) Method
In This Topic
Decrypt data encrypted using Blowfish in version 3
Syntax
'Declaration
Public Overloads Shared Function DecryptV3Data( _
ByVal () As Byte, _
ByVal () As Byte _
) As String
public static string DecryptV3Data(
byte[] ,
byte[]
)
Parameters
- source
- key
See Also